home *** CD-ROM | disk | FTP | other *** search
-
- A new and vastly improved (or maybe not) version of moke is now available
- for anonymous ftp at 128.104.30.31 and after hours on my machine
- 128.104.30.62.
-
- ---------------------------------------------------------------------------
-
- MOKE 1.1b - Mark's Own Kanji Editor
-
- By Mark Edwards
-
- Changes Moke 1.1b (beta release) (9 April 1990)
- (Over the last weekend I made some bug fixes, including a fix for CGA)
-
- - Added WNN kana to kanji support
- - Changed over to Ohzawa Izumi's Level 1 & Level 2 fonts
- - Added moke.rc startup file
- - Got rid of hash table scheme, instead the dictionaries are now sorted
- and a short index file used to find start of a character.
- - Cursor updating is a little smarter.
- - File Search capabilities.
- - Some bugs associated with the ALT-d key fixed.
- - If F8 is pressed rather than F7 it will ask you to input english
- if english not found in the edict.
- - Now has a user definable kana to kanji dictionary.
- - Added a guess kanji routine. (if any kanji of the word is known
- it allows you to search the wsktok dictionary for possible matches)
- - Added lookup of kanji/japanese words via english.
- - Insert and append no longer automatically create newline and the
- screen refreshes are a little smarter. Still too many though.
- - Added a primative help facility within MOKE.
- (copy *.hlp \kanji)
- - CGA works now
-
- See moke.doc for more information.
-
- I've broken the distribution up into eight distinct files. You probably
- noted that I changed over to the zoo type archive. It's compression
- algorithm is much better than the arc's compression scheme.
-
- mk11src.zoo - contains all the source files (not ready yet
- but released anyways)
-
- mk11exe.zoo - executable files (moke, revtab, makelist)
- and readme.mk
-
- mk11skk.zoo - the data files needed using only SKKJIS
-
- mk11wnnd.zoo - the data files needed to use combined SKKJIS & WNN
- (kana to kanji)
-
- mk11wkok.zoo - the data files needed to use combined SKKJIS & WNN
- (kanji to kana)
-
- mk11doc.zoo - documentation file for moke (Text version and
- a postscript version). There is JIS text in
- this doc.
-
- mk11k16.zoo - 16 x 16 kanji bitmap fonts.
-
- mk11bgi.zoo - bgi drivers.
-
-
- BUGS (or Features) to be fixed in MOKE 1.2
-
- tab - mainly ignores them now
- help files - has a limit of 20 now and the user interface is
- poor
- user interface - make it more consistent, perhaps more intuitive
- mouse interface - This maybe more then I can chew.
- raw dictionary files - I am looking at a way to provide just the raw
- Wnn dictionary files instead of distributing
- it in its current format.
-
- ------------------------------------------------------------------------
- Changes (4 Mar 1990)
-
- - Uses Stevies memory allocation routines.
- - The memory buffer is a linked list rather than a array of pointers
- - MOKE is smarter now on refreshing the page, although it still does
- it too much.
- - Forward and Reverse scrolling
- - goto line function (also goto bol, eol, and end of file)
- - japanese to english dictionary code previously released with view.
- - additional file io routines (check out ALT-r, ALT-w, ALT-z)
- - some documention in file moke.doc.
- - now uses a makefile rather than the project file.
- - -m switch to write DOS style end of lines (default is Unix).
- - limited support for JIS ASCII chars.
- - some support for making entries for the jdict project (ALT-d)
-
-
- Problem reports, comments, or to get on the mailing list to receive bug reports
- and bug fixes.
-
- Send to:
-
- mark edwards [ $B%^!<%/!#%(%I%o%:(J ]
- Systems Programmer
- University of Wisconsin - Madison (MACC)
- 1210 W. Dayton St.
- Madison, Wi. 53706 (USA)
- Phone: (608) 262-7585
-
- edwards@macc.wisc.edu
- edwards@wiscmacc.bitnet
-
-
-
- 2 Files
-
- The BGI driver files must either be in current directory or in directory
- specified by the environment variable BGI (set bgi=\tc)
-
- Data Files
-
- FILE Description
-
- \kanji\k16jis1.fnt - 16x16 JIS Level 1 bitmap fonts (from KD dist)
- \kanji\k16jis2.fnt - 16x16 JIS Level 2 bitmap fonts (from KD dist)
- \kanji\k14bdf - 14x14 JIS Level 1 & 2 bitmap fonts (from X-window)
- \kanji\k24bdf - 24x24 JIS Level 1 & 2 bitmap fonts (from X-window)
- (k14, k24 are still under development and are not being
- release yet)
-
- \kanji\skkjis - Simple Kana to Kanji dictionary
- \kanji\skkjis.ind - index into skkjis
- \kanji\wnndict - Wnn and SKK combined dictionaries
- \kanji\wnndict.ind - Index into wnndict dictionary
-
- \kanji\mydict - Alternate Dictionary to search for Kana to kanji
- lookup
-
- \kanji\revtab - reverse lookup index to skkjis
- (to display on/kun)
- \kanji\wsktok - combined Wnn & SKK Kanji to kana dictionary
- \kanji\wsktok.ind - index into above file
- \kanji\skkktok.dat - SKK Kanji to kana dictionary
- \kanji\skkktok.ind - index to above file
-
- \kanji\edict - japanese to english dictionary
-
-
-
- Source Files
-
-
-
- ------------------------------------------------------------------------
- Changes from the last release ( Moket2a Feb 19, 1990)
-
- Some Improvements include:
-
- - now will load a file not bigger than 1200 lines into a buffer
- ( I simply increased the MAXLINE. Next version probably will
- allow the file size to be whatever memory is left.)
- - allows full screen cursor movement within the file.
- - very small subset of a vi-like mode editor (see section 2.0)
- (supports inserting, deleting of characters and lines, copying
- of lines, a vi-like yank-put buffer)
-
- Changes:
-
- - Full screen editing (well sorta)
- - lookup of the on/kun yomi of kanji (F7 in CURSOR MODE)
- - enter line moved to the bottom of the line
- - status line changed
- - Limited Help Screen available with F1 key
- - F1 lookup key changed to F2 (in many programs F1 is help)
- - Capital A - D work properly (I learned that Function Keys are two
- bytes)
- - re-inserted ba translation into rtk.c (accidentally deleted in the
- past)
- - This Readme File now properly acknowledges the author of SKK,
- masahiko@sato.riec.tohoku.junet.
- - Marks jis characters with two '^' instead of one
-
-